home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / shoot / MergeScores.lha / MergeScores / MergeScores.doc < prev    next >
Text File  |  1995-02-07  |  2KB  |  62 lines

  1. -==============================================-
  2. |                                              |
  3. |   MergeScores -  (C) 1995 Richard Gledhill   |
  4. |                                              |
  5. |  - A program to combine high score tables -  |
  6. |    for MegaBallAGA.                          |
  7. |                                              |
  8. | This program is make-better-use-of-Megaball  |
  9. | software ;-)                                 |
  10. -==============================================-
  11.  
  12.  
  13. Ever had two (or more) sets of high scores for MegaBall and wanted
  14. to combine them into one?  Well, then this is for you!  This program
  15. combines two high score tables into one, ignoring duplicate scores.
  16. This means then you and your friend (say) can each take a copy of
  17. the high score table, play it a bit and then recombine the tables
  18. without all the top scores appearing twice.
  19.  
  20.  
  21. Usage - From a Shell/CLI window:
  22.  
  23. MergeScores  <table1> <table2> <outputtable>
  24.  
  25.     - where <table1> is the filename of the first Megaball high score table
  26.             <table2> is the filename of the second one
  27.             <outputtable> is the filename of the combined one
  28.             
  29.  
  30. Note: I recommend copying the two input tables to RAM: and then combining
  31. them there - this prevents you accidentally erasing all your hard work :-)
  32.  
  33.  
  34. When the output table has been created, rename it to "MegaBall3.scores"
  35. (without the quotes of course) and put it back in the Megaball directory.
  36. Then it should work!
  37.  
  38.  
  39. That's it really - not very tricky.  If you like it - great!  Send me a
  40. postcard to say so!  And if you like MegaBall, REGISTER it - it is
  41. SHAREWARE and deserves to be.  Well done Ed and Al Mackey for showing
  42. everyone how it should be done.
  43.  
  44.  
  45. Source is included, but it's not very tricky - probably nobody else could
  46. be bothered to write it.  Compile with Dice with:
  47.  
  48.    "dcc mergescores.c -o MergeScores"
  49.    
  50. and you should have no problems.
  51.  
  52.  
  53. If you want to contact me, I'm Richard Gledhill, at:
  54.  
  55. e-mail:  93rpg@club.eng.cam.ac.uk
  56.  
  57. snail:   4, Valletta Way,
  58.           Wellesbourne,
  59.            Warwick,
  60.             CV35 9TB
  61.              ENGLAND
  62.